home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMCONF / TFRMCONF.txt < prev   
Encoding:
Text File  |  2002-05-23  |  21.3 KB  |  944 lines

  1. object frmConf: TfrmConf
  2.   Left = 206
  3.   Top = 156
  4.   HelpContext = 111
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configuration'
  7.   ClientHeight = 425
  8.   ClientWidth = 401
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOk: TButton
  22.     Left = 160
  23.     Top = 392
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.     OnClick = btnOkClick
  31.   end
  32.   object btnCancel: TButton
  33.     Left = 240
  34.     Top = 392
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object PageControl1: TPageControl
  43.     Left = 4
  44.     Top = 0
  45.     Width = 393
  46.     Height = 385
  47.     ActivePage = TabView
  48.     HotTrack = True
  49.     MultiLine = True
  50.     TabOrder = 3
  51.     object TabView: TTabSheet
  52.       Caption = 'View '
  53.       object GroupBox2: TGroupBox
  54.         Left = 200
  55.         Top = 128
  56.         Width = 177
  57.         Height = 113
  58.         Caption = ' List view '
  59.         TabOrder = 2
  60.         object cbGrid: TCheckBox
  61.           Left = 8
  62.           Top = 16
  63.           Width = 97
  64.           Height = 17
  65.           Caption = '&Gridlines'
  66.           TabOrder = 0
  67.         end
  68.         object cbRow: TCheckBox
  69.           Left = 8
  70.           Top = 40
  71.           Width = 97
  72.           Height = 17
  73.           Caption = '&Full row select'
  74.           TabOrder = 1
  75.         end
  76.         object cbFlatScroll: TCheckBox
  77.           Left = 8
  78.           Top = 64
  79.           Width = 97
  80.           Height = 17
  81.           Caption = 'Fl&at scrollbars'
  82.           TabOrder = 2
  83.         end
  84.         object cbHot: TCheckBox
  85.           Left = 8
  86.           Top = 88
  87.           Width = 137
  88.           Height = 17
  89.           Caption = '&HTML style (single click)'
  90.           TabOrder = 3
  91.         end
  92.       end
  93.       object GroupBox7: TGroupBox
  94.         Left = 200
  95.         Top = 8
  96.         Width = 177
  97.         Height = 113
  98.         Caption = ' List view icons'
  99.         TabOrder = 1
  100.         object rbReport: TRadioButton
  101.           Left = 8
  102.           Top = 88
  103.           Width = 113
  104.           Height = 17
  105.           Caption = '&Report'
  106.           Checked = True
  107.           TabOrder = 3
  108.           TabStop = True
  109.         end
  110.         object rbList: TRadioButton
  111.           Left = 8
  112.           Top = 64
  113.           Width = 113
  114.           Height = 17
  115.           Caption = '&List'
  116.           TabOrder = 2
  117.         end
  118.         object rbIcon: TRadioButton
  119.           Left = 8
  120.           Top = 16
  121.           Width = 113
  122.           Height = 17
  123.           Caption = 'Large &Icons'
  124.           TabOrder = 0
  125.         end
  126.         object rbSmall: TRadioButton
  127.           Left = 8
  128.           Top = 40
  129.           Width = 113
  130.           Height = 17
  131.           Caption = '&Small Icons'
  132.           TabOrder = 1
  133.         end
  134.       end
  135.       object GroupBox14: TGroupBox
  136.         Left = 8
  137.         Top = 8
  138.         Width = 185
  139.         Height = 297
  140.         Caption = ' Columns '
  141.         TabOrder = 0
  142.         object cbFN: TCheckBox
  143.           Left = 8
  144.           Top = 16
  145.           Width = 97
  146.           Height = 17
  147.           Caption = 'Filename'
  148.           Checked = True
  149.           Enabled = False
  150.           State = cbChecked
  151.           TabOrder = 0
  152.         end
  153.         object cbModified: TCheckBox
  154.           Left = 8
  155.           Top = 32
  156.           Width = 97
  157.           Height = 17
  158.           Caption = 'Modified'
  159.           TabOrder = 1
  160.         end
  161.         object cbSize: TCheckBox
  162.           Left = 8
  163.           Top = 48
  164.           Width = 97
  165.           Height = 17
  166.           Caption = 'Size'
  167.           TabOrder = 2
  168.         end
  169.         object cbRatio: TCheckBox
  170.           Left = 8
  171.           Top = 64
  172.           Width = 97
  173.           Height = 17
  174.           Caption = 'Ratio'
  175.           TabOrder = 3
  176.         end
  177.         object cbPacked: TCheckBox
  178.           Left = 8
  179.           Top = 80
  180.           Width = 97
  181.           Height = 17
  182.           Caption = 'Packed'
  183.           TabOrder = 4
  184.         end
  185.         object cbPath: TCheckBox
  186.           Left = 8
  187.           Top = 128
  188.           Width = 97
  189.           Height = 17
  190.           Caption = 'Path'
  191.           TabOrder = 7
  192.         end
  193.         object cbMethod: TCheckBox
  194.           Left = 8
  195.           Top = 96
  196.           Width = 97
  197.           Height = 17
  198.           Caption = 'Method'
  199.           TabOrder = 5
  200.         end
  201.         object cbAttribute: TCheckBox
  202.           Left = 8
  203.           Top = 112
  204.           Width = 97
  205.           Height = 17
  206.           Caption = 'Attributes'
  207.           TabOrder = 6
  208.         end
  209.         object cbFileType: TCheckBox
  210.           Left = 8
  211.           Top = 144
  212.           Width = 97
  213.           Height = 17
  214.           Caption = 'File Type'
  215.           TabOrder = 8
  216.         end
  217.         object cbCRC: TCheckBox
  218.           Left = 8
  219.           Top = 160
  220.           Width = 97
  221.           Height = 17
  222.           Caption = 'CRC'
  223.           TabOrder = 9
  224.         end
  225.         object cbOffset: TCheckBox
  226.           Left = 8
  227.           Top = 176
  228.           Width = 97
  229.           Height = 17
  230.           Caption = 'File Offset'
  231.           TabOrder = 10
  232.         end
  233.         object cbEncrypted: TCheckBox
  234.           Left = 8
  235.           Top = 192
  236.           Width = 97
  237.           Height = 17
  238.           Caption = 'Encrypted'
  239.           TabOrder = 11
  240.         end
  241.         object cbVolumeID: TCheckBox
  242.           Left = 8
  243.           Top = 208
  244.           Width = 97
  245.           Height = 17
  246.           Caption = 'Volume ID'
  247.           TabOrder = 12
  248.         end
  249.         object cbComment: TCheckBox
  250.           Left = 8
  251.           Top = 224
  252.           Width = 97
  253.           Height = 17
  254.           Caption = 'File Comment'
  255.           TabOrder = 13
  256.         end
  257.         object Button2: TButton
  258.           Left = 8
  259.           Top = 248
  260.           Width = 75
  261.           Height = 25
  262.           Caption = '&Defaults'
  263.           TabOrder = 14
  264.           OnClick = Button2Click
  265.         end
  266.       end
  267.     end
  268.     object TabSheet5: TTabSheet
  269.       Caption = 'Toolbar '
  270.       ImageIndex = 6
  271.       object GroupBox12: TGroupBox
  272.         Left = 8
  273.         Top = 72
  274.         Width = 369
  275.         Height = 73
  276.         Caption = ' Toolbar bitmap (background) '
  277.         TabOrder = 1
  278.         object cbBitmap: TCheckBox
  279.           Left = 8
  280.           Top = 16
  281.           Width = 81
  282.           Height = 17
  283.           Caption = 'Use &bitmap'
  284.           TabOrder = 0
  285.           OnClick = cbBitmapClick
  286.         end
  287.         object edtBitmap: TEdit
  288.           Left = 8
  289.           Top = 40
  290.           Width = 329
  291.           Height = 21
  292.           Color = clBtnFace
  293.           ReadOnly = True
  294.           TabOrder = 1
  295.         end
  296.         object btnBitmap: TButton
  297.           Left = 340
  298.           Top = 40
  299.           Width = 21
  300.           Height = 21
  301.           Caption = '...'
  302.           TabOrder = 2
  303.           OnClick = btnBitmapClick
  304.         end
  305.       end
  306.       object GroupBox10: TGroupBox
  307.         Left = 8
  308.         Top = 8
  309.         Width = 369
  310.         Height = 57
  311.         Caption = ' View '
  312.         TabOrder = 0
  313.         object cbFlat: TCheckBox
  314.           Left = 8
  315.           Top = 16
  316.           Width = 137
  317.           Height = 17
  318.           Caption = 'Use &Flat toolbar buttons'
  319.           TabOrder = 0
  320.         end
  321.         object cbHint: TCheckBox
  322.           Left = 192
  323.           Top = 16
  324.           Width = 97
  325.           Height = 17
  326.           Caption = '&Show tooltips'
  327.           TabOrder = 2
  328.         end
  329.         object cbText: TCheckBox
  330.           Left = 8
  331.           Top = 32
  332.           Width = 97
  333.           Height = 17
  334.           Caption = 'Show &text'
  335.           TabOrder = 1
  336.         end
  337.         object cbSep: TCheckBox
  338.           Left = 192
  339.           Top = 32
  340.           Width = 137
  341.           Height = 17
  342.           Caption = 'S&how toolbar seperators'
  343.           TabOrder = 3
  344.         end
  345.       end
  346.       object Button1: TButton
  347.         Left = 228
  348.         Top = 288
  349.         Width = 149
  350.         Height = 25
  351.         Caption = '&Customize Toolbar'
  352.         TabOrder = 3
  353.         OnClick = Button1Click
  354.       end
  355.       object GroupBox4: TGroupBox
  356.         Left = 8
  357.         Top = 152
  358.         Width = 369
  359.         Height = 129
  360.         Caption = ' Toolbar Skin '
  361.         TabOrder = 2
  362.         object Label2: TLabel
  363.           Left = 8
  364.           Top = 16
  365.           Width = 38
  366.           Height = 13
  367.           Caption = 'Sample:'
  368.         end
  369.         object ScrollBox1: TScrollBox
  370.           Left = 8
  371.           Top = 32
  372.           Width = 353
  373.           Height = 53
  374.           HorzScrollBar.Smooth = True
  375.           HorzScrollBar.Style = ssHotTrack
  376.           TabOrder = 0
  377.           object imgSkin: TImage
  378.             Left = 0
  379.             Top = 0
  380.             Width = 608
  381.             Height = 32
  382.             AutoSize = True
  383.             Picture.Data = {<image000.bmp>}
  384.             Transparent = True
  385.           end
  386.         end
  387.         object edtSkin: TEdit
  388.           Left = 8
  389.           Top = 96
  390.           Width = 329
  391.           Height = 21
  392.           TabOrder = 1
  393.         end
  394.         object btnSkin: TButton
  395.           Left = 340
  396.           Top = 96
  397.           Width = 21
  398.           Height = 21
  399.           Caption = '...'
  400.           TabOrder = 2
  401.           OnClick = btnSkinClick
  402.         end
  403.       end
  404.     end
  405.     object TabSheet2: TTabSheet
  406.       Caption = 'Folders '
  407.       ImageIndex = 5
  408.       object GroupBox8: TGroupBox
  409.         Left = 8
  410.         Top = 64
  411.         Width = 369
  412.         Height = 49
  413.         Caption = ' &Checkout base folder '
  414.         TabOrder = 1
  415.         object edtCheckout: TEdit
  416.           Left = 8
  417.           Top = 16
  418.           Width = 329
  419.           Height = 21
  420.           TabOrder = 0
  421.         end
  422.         object btnBrowse4: TButton
  423.           Left = 340
  424.           Top = 16
  425.           Width = 21
  426.           Height = 21
  427.           Caption = '...'
  428.           TabOrder = 1
  429.           OnClick = btnBrowse4Click
  430.         end
  431.       end
  432.       object GroupBox9: TGroupBox
  433.         Left = 8
  434.         Top = 224
  435.         Width = 369
  436.         Height = 97
  437.         Caption = ' &Extract folder '
  438.         TabOrder = 3
  439.         object edtExFolder: TEdit
  440.           Left = 64
  441.           Top = 62
  442.           Width = 273
  443.           Height = 21
  444.           TabOrder = 3
  445.         end
  446.         object Button6: TButton
  447.           Left = 340
  448.           Top = 62
  449.           Width = 21
  450.           Height = 21
  451.           Caption = '...'
  452.           TabOrder = 4
  453.           OnClick = Button6Click
  454.         end
  455.         object rbExLast: TRadioButton
  456.           Left = 8
  457.           Top = 40
  458.           Width = 113
  459.           Height = 17
  460.           Caption = 'Last extract folder'
  461.           Checked = True
  462.           TabOrder = 1
  463.           TabStop = True
  464.           OnClick = rbExLastClick
  465.         end
  466.         object rbExFolder: TRadioButton
  467.           Left = 8
  468.           Top = 64
  469.           Width = 57
  470.           Height = 17
  471.           Caption = 'Folder:'
  472.           TabOrder = 2
  473.         end
  474.         object rbExOpen: TRadioButton
  475.           Left = 8
  476.           Top = 16
  477.           Width = 113
  478.           Height = 17
  479.           Caption = 'Open archive folder'
  480.           TabOrder = 0
  481.           OnClick = rbExOpenClick
  482.         end
  483.       end
  484.       object GroupBox11: TGroupBox
  485.         Left = 8
  486.         Top = 8
  487.         Width = 369
  488.         Height = 49
  489.         Caption = '&Temp folder '
  490.         TabOrder = 0
  491.         object edtTemp: TEdit
  492.           Left = 8
  493.           Top = 16
  494.           Width = 329
  495.           Height = 21
  496.           TabOrder = 0
  497.         end
  498.         object btnBrowse3: TButton
  499.           Left = 340
  500.           Top = 16
  501.           Width = 21
  502.           Height = 21
  503.           Caption = '...'
  504.           TabOrder = 1
  505.           OnClick = btnBrowse3Click
  506.         end
  507.       end
  508.       object GroupBox15: TGroupBox
  509.         Left = 8
  510.         Top = 120
  511.         Width = 369
  512.         Height = 97
  513.         Caption = ' &Add folder '
  514.         TabOrder = 2
  515.         object edtAddFolder: TEdit
  516.           Left = 64
  517.           Top = 62
  518.           Width = 273
  519.           Height = 21
  520.           TabOrder = 3
  521.         end
  522.         object Button3: TButton
  523.           Left = 340
  524.           Top = 62
  525.           Width = 21
  526.           Height = 21
  527.           Caption = '...'
  528.           TabOrder = 4
  529.           OnClick = Button3Click
  530.         end
  531.         object rbAddLast: TRadioButton
  532.           Left = 8
  533.           Top = 40
  534.           Width = 113
  535.           Height = 17
  536.           Caption = 'Last add folder'
  537.           Checked = True
  538.           TabOrder = 1
  539.           TabStop = True
  540.           OnClick = rbAddLastClick
  541.         end
  542.         object rbAddFolder: TRadioButton
  543.           Left = 8
  544.           Top = 64
  545.           Width = 57
  546.           Height = 17
  547.           Caption = 'Folder:'
  548.           TabOrder = 2
  549.         end
  550.         object rbAddOpen: TRadioButton
  551.           Left = 8
  552.           Top = 16
  553.           Width = 113
  554.           Height = 17
  555.           Caption = 'Open archive folder'
  556.           TabOrder = 0
  557.           OnClick = rbAddOpenClick
  558.         end
  559.       end
  560.     end
  561.     object TabPro: TTabSheet
  562.       Caption = 'Program Locations'
  563.       ImageIndex = 2
  564.       object GroupBox5: TGroupBox
  565.         Left = 8
  566.         Top = 8
  567.         Width = 369
  568.         Height = 73
  569.         Caption = ' &Viewer '
  570.         TabOrder = 0
  571.         object edtViewer: TEdit
  572.           Left = 8
  573.           Top = 32
  574.           Width = 329
  575.           Height = 21
  576.           TabOrder = 0
  577.           Text = ' '
  578.         end
  579.         object btnBrowse1: TButton
  580.           Left = 340
  581.           Top = 32
  582.           Width = 21
  583.           Height = 21
  584.           Caption = '...'
  585.           TabOrder = 1
  586.           OnClick = btnBrowse1Click
  587.         end
  588.       end
  589.       object GroupBox6: TGroupBox
  590.         Left = 8
  591.         Top = 88
  592.         Width = 369
  593.         Height = 129
  594.         Caption = ' Optional Virus scanner '
  595.         TabOrder = 1
  596.         object Label3: TLabel
  597.           Left = 8
  598.           Top = 24
  599.           Width = 43
  600.           Height = 13
  601.           Caption = '&Scanner:'
  602.           FocusControl = cboScanner
  603.         end
  604.         object Label4: TLabel
  605.           Left = 8
  606.           Top = 76
  607.           Width = 56
  608.           Height = 13
  609.           Caption = '&Parameters:'
  610.           FocusControl = edtScanParam
  611.         end
  612.         object edtScanParam: TEdit
  613.           Left = 8
  614.           Top = 92
  615.           Width = 353
  616.           Height = 21
  617.           TabOrder = 2
  618.         end
  619.         object cboScanner: TComboBox
  620.           Left = 8
  621.           Top = 40
  622.           Width = 329
  623.           Height = 21
  624.           ItemHeight = 13
  625.           TabOrder = 0
  626.           OnChange = cboScannerChange
  627.           Items.Strings = (
  628.             'F-PROT.EXE'
  629.             'NAVW32.EXE'
  630.             'NAVWNT.EXE'
  631.             'SCAN32.EXE')
  632.         end
  633.         object btnBrowse2: TButton
  634.           Left = 340
  635.           Top = 40
  636.           Width = 21
  637.           Height = 21
  638.           Caption = '...'
  639.           TabOrder = 1
  640.           OnClick = btnBrowse2Click
  641.         end
  642.       end
  643.     end
  644.     object TabSheet4: TTabSheet
  645.       Caption = 'File Formats'
  646.       ImageIndex = 3
  647.       object GroupBox1: TGroupBox
  648.         Left = 8
  649.         Top = 8
  650.         Width = 369
  651.         Height = 305
  652.         Caption = ' Associate UltimateZip with checked filetyps  '
  653.         TabOrder = 0
  654.         object btnAssociate: TButton
  655.           Left = 240
  656.           Top = 24
  657.           Width = 113
  658.           Height = 25
  659.           Caption = '&Associate now'
  660.           TabOrder = 2
  661.           OnClick = btnAssociateClick
  662.         end
  663.         object clbAsso: TCheckListBox
  664.           Left = 8
  665.           Top = 16
  666.           Width = 209
  667.           Height = 249
  668.           ItemHeight = 13
  669.           Items.Strings = (
  670.             '.ace'
  671.             '.arc'
  672.             '.arj'
  673.             '.bh'
  674.             '.cab'
  675.             '.enc'
  676.             '.gz'
  677.             '.ha'
  678.             '.jar'
  679.             '.lha'
  680.             '.lzh'
  681.             '.pak'
  682.             '.pk3'
  683.             '.pk_'
  684.             '.rar'
  685.             '.tar'
  686.             '.tgz'
  687.             '.uu'
  688.             '.uue'
  689.             '.uzb'
  690.             '.uze'
  691.             '.xxe'
  692.             '.z'
  693.             '.zip'
  694.             '.zoo')
  695.           TabOrder = 0
  696.         end
  697.         object cbCheck: TCheckBox
  698.           Left = 8
  699.           Top = 272
  700.           Width = 209
  701.           Height = 17
  702.           Caption = '&Check association on program start'
  703.           Checked = True
  704.           State = cbChecked
  705.           TabOrder = 1
  706.         end
  707.         object btnUnAssociate: TButton
  708.           Left = 240
  709.           Top = 56
  710.           Width = 113
  711.           Height = 25
  712.           Caption = '&Unassociate now'
  713.           TabOrder = 3
  714.           Visible = False
  715.           OnClick = btnUnAssociateClick
  716.         end
  717.       end
  718.     end
  719.     object TabSheet1: TTabSheet
  720.       Caption = 'Miscellaneous'
  721.       ImageIndex = 4
  722.       object GroupBox3: TGroupBox
  723.         Left = 8
  724.         Top = 56
  725.         Width = 369
  726.         Height = 257
  727.         Caption = ' Other '
  728.         TabOrder = 1
  729.         object Label1: TLabel
  730.           Left = 208
  731.           Top = 16
  732.           Width = 148
  733.           Height = 13
  734.           Caption = 'Number of files in recent file list:'
  735.           FocusControl = Edit1
  736.           Visible = False
  737.         end
  738.         object cbStartMenu: TCheckBox
  739.           Left = 8
  740.           Top = 64
  741.           Width = 193
  742.           Height = 17
  743.           Caption = 'Include UltimateZip in the &startmenu'
  744.           TabOrder = 2
  745.         end
  746.         object cbDesktop: TCheckBox
  747.           Left = 8
  748.           Top = 88
  749.           Width = 185
  750.           Height = 17
  751.           Caption = 'Include UltimateZip on the &desktop'
  752.           TabOrder = 3
  753.         end
  754.         object Edit1: TEdit
  755.           Left = 264
  756.           Top = 12
  757.           Width = 41
  758.           Height = 24
  759.           Font.Charset = DEFAULT_CHARSET
  760.           Font.Color = clWindowText
  761.           Font.Height = -13
  762.           Font.Name = 'MS Sans Serif'
  763.           Font.Style = []
  764.           ParentFont = False
  765.           TabOrder = 9
  766.           Text = '0'
  767.           Visible = False
  768.         end
  769.         object UpDown1: TUpDown
  770.           Left = 305
  771.           Top = 12
  772.           Width = 15
  773.           Height = 24
  774.           Associate = Edit1
  775.           Min = 0
  776.           Max = 9
  777.           Position = 0
  778.           TabOrder = 10
  779.           Visible = False
  780.           Wrap = False
  781.         end
  782.         object cbOnTop: TCheckBox
  783.           Left = 8
  784.           Top = 40
  785.           Width = 201
  786.           Height = 17
  787.           Caption = 'Allways have UltimateZip on &top'
  788.           TabOrder = 1
  789.         end
  790.         object cbZipComment: TCheckBox
  791.           Left = 8
  792.           Top = 112
  793.           Width = 225
  794.           Height = 17
  795.           Caption = 'Show &comments when opening zip files'
  796.           TabOrder = 4
  797.         end
  798.         object cbPrompt: TCheckBox
  799.           Left = 8
  800.           Top = 136
  801.           Width = 217
  802.           Height = 17
  803.           Caption = 'Prompt when "&View" button is pushed'
  804.           Checked = True
  805.           State = cbChecked
  806.           TabOrder = 5
  807.         end
  808.         object cbStoreComp: TCheckBox
  809.           Left = 8
  810.           Top = 160
  811.           Width = 177
  812.           Height = 17
  813.           Caption = 'St&ore already compressed files'
  814.           Checked = True
  815.           State = cbChecked
  816.           TabOrder = 6
  817.         end
  818.         object cbAutoOpen: TCheckBox
  819.           Left = 8
  820.           Top = 16
  821.           Width = 249
  822.           Height = 17
  823.           Caption = '&Automatically show the opendialog at startup'
  824.           TabOrder = 0
  825.         end
  826.         object cbShowProgress: TCheckBox
  827.           Left = 8
  828.           Top = 184
  829.           Width = 153
  830.           Height = 17
  831.           Caption = 'Show "&Progress" dialog'
  832.           TabOrder = 7
  833.         end
  834.         object cbNewAdd: TCheckBox
  835.           Left = 8
  836.           Top = 208
  837.           Width = 241
  838.           Height = 17
  839.           Caption = '&Optional "Add" dialog (for advanced users)'
  840.           TabOrder = 8
  841.         end
  842.         object cbXP: TCheckBox
  843.           Left = 8
  844.           Top = 232
  845.           Width = 161
  846.           Height = 17
  847.           Caption = 'Use Office &XP style menus'
  848.           TabOrder = 11
  849.         end
  850.       end
  851.       object GB2: TGroupBox
  852.         Left = 8
  853.         Top = 8
  854.         Width = 369
  855.         Height = 41
  856.         Caption = ' Explorer Shell Extension '
  857.         TabOrder = 0
  858.         object cbShell: TCheckBox
  859.           Left = 8
  860.           Top = 16
  861.           Width = 249
  862.           Height = 17
  863.           Caption = '&Use shell extension'
  864.           TabOrder = 0
  865.         end
  866.       end
  867.     end
  868.   end
  869.   object btnHelp: TButton
  870.     Left = 320
  871.     Top = 392
  872.     Width = 75
  873.     Height = 25
  874.     Caption = 'Help'
  875.     TabOrder = 2
  876.     OnClick = btnHelpClick
  877.   end
  878.   object FormCenter1: TFormCenter
  879.     Center = True
  880.     Left = 116
  881.     Top = 394
  882.   end
  883.   object regarc: TRegArchive
  884.     ActivateOnStartup = False
  885.     ExtDescription = 'UltimateZip'
  886.     FileDescription = 'UltimateZip File'
  887.     ParamString = '%1'
  888.     IconIndex = 0
  889.     ArcExtensions.Strings = (
  890.       '.ace'
  891.       '.arc'
  892.       '.arj'
  893.       '.bh'
  894.       '.cab'
  895.       '.enc'
  896.       '.gz'
  897.       '.ha'
  898.       '.jar'
  899.       '.lha'
  900.       '.lzh'
  901.       '.pak'
  902.       '.pk3'
  903.       '.pk_'
  904.       '.rar'
  905.       '.tar'
  906.       '.tgz'
  907.       '.uu'
  908.       '.uue'
  909.       '.uzb'
  910.       '.uze'
  911.       '.xxe'
  912.       '.z'
  913.       '.zip'
  914.       '.zoo')
  915.     Left = 60
  916.     Top = 394
  917.   end
  918.   object brBrowse: TdfsBrowseDirectoryDlg
  919.     Options = [bfDirectoriesOnly]
  920.     Caption = 'UltimateZip - Selectfolder'
  921.     ShowSelectionInStatus = True
  922.     Left = 88
  923.     Top = 392
  924.   end
  925.   object opdOpen: TOpenDialog
  926.     Filter = 'Exe files|*.exe|All Files|*.*'
  927.     Left = 8
  928.     Top = 392
  929.   end
  930.   object opdOpen2: TOpenDialog
  931.     Filter = 'Bitmap file|*.bmp'
  932.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  933.     Title = 'Select a toolbar bitmap...'
  934.     Left = 32
  935.     Top = 392
  936.   end
  937.   object ToolbarReg: TEasyRegAdvanced
  938.     RegString = 'Software\Swe von Schleusen\UltimateZip\Toolbar'
  939.     RegBaseKey = bkHKEY_CURRENT_USER
  940.     Left = 144
  941.     Top = 392
  942.   end
  943. end
  944.